-
Notifications
You must be signed in to change notification settings - Fork 227
Update SDK generation as completed when SDK pull request is linked #13528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SDK generation as completed when SDK pull request is linked #13528
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds automatic marking of SDK generation tasks as completed in release plan work items when SDK pull requests are linked. This helps the release planner distinguish between latest generated SDKs and stale data when SDK generation is rerunning.
Changes:
- Added automatic setting of
GenerationStatusFor{Language}field to "Completed" when updating pull request details in release plan work items
|
Fixes one of the tasks in #13529 |
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#13528
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#13528
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#13528
Mark SDK generation task as completed in release plan work item. Release planner uses this status to identify whether pull request link has latest generated SDK or stale data(This happens when SDK generation is rerunning).
Release planner and MCP tool marks SDK generation as in progress in the work item and SDK generation pipeline will mark task as completed.